home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXT Education Software Sampler 1992 Fall
/
NeXT Education Software Sampler 1992 Fall.iso
/
SoundAndMusic
/
cmix
/
lib
/
octpch.c
< prev
next >
Wrap
Text File
|
1989-02-25
|
88b
|
7 lines
float octpch(pch)
float pch;
{
int oct = pch;
return(oct + 8.333333 * (pch - oct));
}